func github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations.hostCompatibleBucketName

2 uses

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations (current package)
		update_endpoint.go#L192: 	if !hostCompatibleBucketName(req.URL, bucket) {
		update_endpoint.go#L263: func hostCompatibleBucketName(u *url.URL, bucket string) bool {